func reflect.appendVarint
5 uses
reflect (current package)
type.go#L2676: prog = appendVarint(prog, n-1) // n-1 times
type.go#L2869: prog = appendVarint(prog, elemWords-elemPtrs-1)
type.go#L2877: prog = appendVarint(prog, elemWords)
type.go#L2879: prog = appendVarint(prog, uintptr(length)-1)
type.go#L2917: func appendVarint(x []byte, v uintptr) []byte {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |